SpreadsheetGear Namespace > IWorkbooks Interface > OpenFromMemory Method : OpenFromMemory(Byte[],String) Method |
'Declaration
Overloads Function OpenFromMemory( _ ByVal buffer() As System.Byte, _ ByVal password As System.String _ ) As IWorkbook
'Usage
Dim instance As IWorkbooks Dim buffer() As System.Byte Dim password As System.String Dim value As IWorkbook value = instance.OpenFromMemory(buffer, password)
IWorkbook* OpenFromMemory( System.byte[]* buffer, System.string* password )
IWorkbook^ OpenFromMemory( System.array<byte>^ buffer, System.String^ password )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2